Papers with reasoning chain

18 papers
Disentangling the Effects of Unlearning in Measuring Parametric Faithfulness of Chain-of-Thought (2026.acl-srw)

Copied to clipboard

Challenge: Chain-of-Thought (CoT) has been debated as a model's faithfulness to internal reasoning process.
Approach: They propose to use unlearning to measure parametric faithfulness of models by adjusting for unintended artifacts of unlearning.
Outcome: The proposed metric accounts for the unintended artifacts of unlearning and shows that it is non-negligible.
Exploiting Reasoning Chains for Multi-hop Science Question Answering (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing frameworks for multi-hop Science question answering do not require corpus-specific annotations.
Approach: They propose a chain-guided retriever-reader framework that performs explainable reasoning without corpus annotations.
Outcome: The proposed framework performs explainable reasoning without corpus-specific annotations . it is shown to be effective on OpenBookQA and ARC-Challenge .
Reasoning in Flux: Enhancing Large Language Models Reasoning through Uncertainty-aware Adaptive Guidance (2024.acl-long)

Copied to clipboard

Challenge: Extensive experiments across various reasoning tasks demonstrate that UAG not only enhances the reasoning abilities of LLMs but consistently outperforms several strong baselines with minimal computational overhead.
Approach: They propose an approach to guide LLMs onto an accurate and reliable trajectory by identifying and adjusting uncertainty signals within each step of the reasoning chain.
Outcome: The proposed approach outperforms strong baselines and outperformed strong models with minimal computational overhead.
Journey Before Destination: On the importance of Visual Faithfulness in Slow Thinking (2026.eacl-long)

Copied to clipboard

Challenge: Existing evaluations for visual hallucinations are narrow.
Approach: They propose a framework that decomposes reasoning chains into perception versus reasoning steps and uses off-the-shelf VLM judges for step-level faithfulness.
Outcome: The proposed framework reduces Unfaithful Perception Rate while preserving final-answer accuracy.
Search-o1: Agentic Search-Enhanced Large Reasoning Models (2025.emnlp-main)

Copied to clipboard

Challenge: Large reasoning models (LRMs) have demonstrated impressive long stepwise reasoning capabilities through large-scale reinforcement learning.
Approach: They propose a framework that enhances large reasoning models with an agentic retrieval-augmented generation mechanism and a Reason-in-Documents module for refining retrieved documents.
Outcome: The proposed framework enhances LRMs with an agentic retrieval-augmented generation mechanism and Reason-in-Documents module for refining retrieved documents.
Multi-Step Reasoning Over Unstructured Text with Beam Dense Retrieval (2021.naacl-main)

Copied to clipboard

Challenge: Current methods for complex question answering use structured knowledge and unstructured text.
Approach: They propose a multi-step retrieval approach that iteratively forms an evidence chain through beam search in dense representations.
Outcome: The proposed method is competitive to state-of-the-art systems without using semi-structured information.
A Mousetrap: Fooling Large Reasoning Models for Jailbreak with Chain of Iterative Chaos (2025.findings-acl)

Copied to clipboard

Challenge: Large Reasoning Models (LRMs) have advanced beyond traditional Large Language Models, yet they pose heightened safety risks.
Approach: They propose a first jailbreak attack targeting Large Reasoning Models . they exploit a Chaos Machine component to transform attack prompts with diverse one-to-one mappings based on the reasoning chain .
Outcome: The proposed attack exploits the unique vulnerabilities of LRMs by integrating a Chaos Machine. success rates of the mousetrap attack are as high as 96%, 86% and 98% respectively.
Leveraging Structured Information for Explainable Multi-hop Question Answering and Reasoning (2023.findings-emnlp)

Copied to clipboard

Challenge: Neural models, including large language models (LLMs), achieve superior performance on multi-hop question-answering tasks.
Approach: They propose to use the chain-of-thought mechanism to generate both the reasoning chain and the answer.
Outcome: Empirical results show that the proposed framework generates more faithful reasoning chains and significantly improves the QA performance on two benchmark datasets.
Ensembling Large Language Models with Process Reward-Guided Tree Search for Better Complex Reasoning (2025.naacl-long)

Copied to clipboard

Challenge: Existing methods for ensembling language models fail to address complex reasoning tasks.
Approach: They propose a framework for process-level ensembling of large language models using Monte Carlo tree search.
Outcome: The proposed framework outperforms both language model decoding and language model ensemble methods on five reasoning benchmarks.
ReCEval: Evaluating Reasoning Chains via Correctness and Informativeness (2023.emnlp-main)

Copied to clipboard

Challenge: Existing methods focus on whether the reasoning chain leads to the correct conclusion, but this view may confound reasoning quality with other spurious shortcuts to predict the answer.
Approach: They propose a framework that evaluates reasoning chains via two key properties: (1) correctness, i.e., each step makes a valid inference based on information contained within the step, preceding steps, and input context, and (2) informativeness, respectively.
Outcome: The proposed framework evaluates reasoning chains via two key properties: (1) correctness, i.e., each step makes a valid inference based on information contained within the step, preceding steps, and input context, and (2) informativeness, which is helpful towards deriving the generated answer.
SEMA-RAG: A Self-Evolving Multi-Agent Retrieval-Augmented Generation Framework for Medical Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Standard RAG frameworks treat retrieval as a static, single-round auxiliary step . compressed workflow makes it difficult to form reliable evidence chains .
Approach: They propose a framework that decouples tasks and allows for dynamic multi-round exploration . they propose retrieval-augmented generation (RAG) to mitigate hallucinations and knowledge obsolescence .
Outcome: The proposed framework improves the strongest baseline by *+6.46* accuracy points on average across five benchmarks and five LLM backbones.
THOR: A Theta-Gamma Hierarchical Oscillatory Reasoning Framework for Multi-hop QA (2026.acl-long)

Copied to clipboard

Challenge: Current large language models (LLMs) have shown a powerful ability of reasoning in understanding question requirement, retrieving the supporting fact and generating a precise answer.
Approach: They propose a brain-inspired Theta-Gamma hierarchical oscillatory reasoning framework which decouples attention between global planning and local retrieval.
Outcome: Extensive comparative experiments and specific validation experiments on multi-hop QA benchmarks show that THOR improves answer accuracy and robustness while mitigating limitations.
Mitigating Lost-in-Retrieval Problems in Retrieval Augmented Multi-Hop Question Answering (2025.acl-long)

Copied to clipboard

Challenge: Empirical results show that ChainRAG consistently outperforms baselines in both effectiveness and efficiency.
Approach: They propose a method which sequentially handles each sub-question by completing missing key entities and retrieving relevant sentences from a sentence graph for answer generation.
Outcome: The proposed method outperforms baselines on three multi-hop QA datasets.
Answering Complex Geographic Questions by Adaptive Reasoning with Visual Context and External Commonsense Knowledge (2025.acl-long)

Copied to clipboard

Challenge: a new task of answering geographic reasoning questions based on the given image is proposed . the task requires identifying the objects in the image and understanding the background context .
Approach: They propose a task of answering geographic reasoning questions based on the given image . they analyze the image and describe its fine-grained content by text and keywords .
Outcome: The proposed method can be used to answer geographic reasoning questions based on an image . it can be applied to a large-scale dataset with 41,329 samples .
CheckRLM: Effective Knowledge–Thought Coherence Checking in Retrieval-Augmented Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Reasoning Language Models (RLMs) have improved performance on complex tasks by extending the reasoning chain, but they are prone to factual errors, especially in knowledge-intensive tasks.
Approach: They propose a framework that improves the reliability of the reasoning process by timely checking and correcting factual errors.
Outcome: The proposed framework outperforms baselines and shows that it mitigates error accumulation with lower costs.
GeoRC: A Benchmark for Geolocation Reasoning Chains (2026.acl-long)

Copied to clipboard

Challenge: Vision Language Models (VLMs) are good at recognizing the global location of a photograph but are startlingly bad at explaining which image evidence led to their location prediction.
Approach: They propose a benchmark for geolocation reasoning chains based on the global location prediction task in the popular GeoGuessr game.
Outcome: The proposed benchmark compares LLM-as-a-judge and VLM-As-jumble strategies against human scoring.
SR-RAG: Verifiable Multi-Hop Reasoning via On-the-fly Symbolic Graph Construction (2026.findings-acl)

Copied to clipboard

Challenge: Existing paradigms for multi-hop reasoning suffer from high construction costs and limited adaptability to dynamic knowledge.
Approach: They propose a symbolic reasoning framework for multi-hop question answering that integrates the advantages of both paradigms by dynamically generating sub-questions, performing information retrieval and symbolic encoding based on an on-the-fly graph and using a symbol verifier to validate intermediate reasoning steps.
Outcome: The proposed framework significantly improves accuracy and robustness on multiple multi-hop benchmarks and a medical dataset.
Render-of-Thought: Rendering Textual Chain-of-Thought as Images for Visual Latent Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Recent work on Chain-of-Thought prompting imposes substantial computational overhead . lack of supervision obscures the analyzability of the latent reasoning chain.
Approach: They propose a framework to render latent reasoning chain into images, making latent rationale explicit and traceable.
Outcome: The proposed framework achieves 3-4 token compression and substantial inference acceleration compared to explicit CoT prompting.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations